Skip to content

Commit

Permalink
Additional replacements for GH_TOKEN > W3CGRUNTBOT_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
howard-e committed Sep 18, 2024
1 parent 893f240 commit c503b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wai-trigger-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
node scripts/wai-trigger-cleanup.js
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.W3CGRUNTBOT_TOKEN }}
OWNER: ${{ github.repository_owner }}
# reference github.event.ref for branch deletion
APG_BRANCH: ${{ github.event.ref }}
Expand All @@ -50,7 +50,7 @@ jobs:
run: |
node scripts/wai-trigger-cleanup.js
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.W3CGRUNTBOT_TOKEN }}
OWNER: ${{ github.repository_owner }}
# reference github.head_ref for pull request
APG_BRANCH: ${{ github.head_ref }}

0 comments on commit c503b43

Please sign in to comment.