Skip to content

Commit

Permalink
ci: provide gh_token (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgollucci authored Nov 22, 2024
1 parent 04ff05e commit 43a9130
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/upgrade-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Upgrade Deps
uses: p6m7g8-actions/cdk-upgrade@main
uses: p6m7g8-actions/cdk-upgrade@main
with:
gh_token: ${{ secrets.P6_A_GH_TOKEN }}

0 comments on commit 43a9130

Please sign in to comment.