Skip to content

Commit

Permalink
chore(IDX): remove token from tag-release workflow (#2865)
Browse files Browse the repository at this point in the history
After reviewing the code and testing this out in a separate repo, I've
determined the token is not actually needed here - we already enable
write permissions in this workflow.
  • Loading branch information
cgundy authored Nov 27, 2024
1 parent 96f37ab commit 2845f3a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Create GitHub App Token
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }}
private-key: ${{ secrets.PR_AUTOMATION_BOT_PUBLIC_PRIVATE_KEY }}

- name: Checkout
uses: actions/checkout@v4

Expand Down Expand Up @@ -84,7 +77,6 @@ jobs:
# v0.1.15
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
with:
token: ${{ steps.app-token.outputs.token }}
body: "IC ${{github.ref_name}}"
files: |
canisters.tar
Expand Down

0 comments on commit 2845f3a

Please sign in to comment.