Skip to content

Commit

Permalink
add GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Sep 20, 2023
1 parent 617072a commit 0822560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: echo "_BRANCH_NAME_SHA=$(echo ${{ github.event.pull_request.head.ref }} | sha256sum | cut -c -10)" >> "${GITHUB_ENV}"
- name: Unpublish and remove preview artifacts
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ github.token }}
shell: bash
run: |
cd preview
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
echo "_BRANCH_NAME_SHA=$(echo ${{ github.event.pull_request.head.ref }} | sha256sum | cut -c -10)" >> "${GITHUB_ENV}"
- name: Unpublish and remove testnet artifacts
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ github.token }}
shell: bash
run: |
cd testnet
Expand Down

0 comments on commit 0822560

Please sign in to comment.