Skip to content

Commit

Permalink
Rename the token
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Jan 31, 2024
1 parent d4b74f5 commit 678e47b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag_and_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
secrets:
ASANA_ACCESS_TOKEN:
required: true
GHA_MERGE_TOKEN:
GHA_ELEVATED_PERMISSIONS_TOKEN:
required: true

jobs:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
id: merge
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GHA_MERGE_TOKEN }}
github-token: ${{ secrets.GHA_ELEVATED_PERMISSIONS_TOKEN }}
script: |
github.rest.repos.merge({
owner: context.repo.owner,
Expand Down

0 comments on commit 678e47b

Please sign in to comment.