Skip to content

Commit

Permalink
add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwolenpbc authored Oct 2, 2024
1 parent a51ac93 commit 86e3120
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ on:

jobs:
promote:
runs-on: self-hosted
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
AWS_REGION: ${{ vars.AWS_REGION }}
Expand Down

0 comments on commit 86e3120

Please sign in to comment.