Skip to content

Commit

Permalink
Use secrets.DEPLOY_TOKEN for applying pr-pull label in `release-p…
Browse files Browse the repository at this point in the history
…ublished.yml`.

Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
  • Loading branch information
rgoldberg committed Dec 24, 2024
1 parent c440e4a commit 4d5dbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: 🚰 Apply pr-pull label to custom tap formula bump PR
env:
GH_TOKEN: ${{github.token}}
GH_TOKEN: ${{secrets.DEPLOY_TOKEN}}
run: |
unsetopt errexit
bump_url="$(gh release -R "${GITHUB_REPOSITORY}" download "${GITHUB_REF_NAME}" -p bump.url -O - 2>/dev/null)"
Expand Down

0 comments on commit 4d5dbfe

Please sign in to comment.