diff --git a/.github/workflows/oss-governance-project-pr.yml b/.github/workflows/oss-governance-project-pr.yml index acc70239a..6eba3ca20 100644 --- a/.github/workflows/oss-governance-project-pr.yml +++ b/.github/workflows/oss-governance-project-pr.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest if: github.event.sender.type == 'User' && github.event.pull_request.head.repo.full_name == github.repository steps: - - uses: actions/github-script@a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293 + - uses: actions/github-script@f891eff65186019cbb3f7190c4590bc0a1b76fbc with: github-token: ${{ secrets.DEFICHAIN_BOT_GITHUB_TOKEN }} script: | diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index f2731579d..4f19fc198 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -15,7 +15,7 @@ jobs: with: node-version: '15' - - uses: actions/github-script@a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293 + - uses: actions/github-script@f891eff65186019cbb3f7190c4590bc0a1b76fbc id: version with: script: | @@ -66,7 +66,7 @@ jobs: with: node-version: '15' - - uses: actions/github-script@a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293 + - uses: actions/github-script@f891eff65186019cbb3f7190c4590bc0a1b76fbc id: version with: script: |