Skip to content

Commit

Permalink
Merge pull request #638 from radixdlt/fix/id-permission-at-workflow-l…
Browse files Browse the repository at this point in the history
…evel

Add ID permission at workflow level
  • Loading branch information
PawelPawelec-RDX authored Feb 1, 2024
2 parents 9836016 + 116edc9 commit 4fda101
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,21 @@ on:
- develop
- release\/*

permissions:
id-token: write
pull-requests: write
contents: read
deployments: write
packages: write

env:
DOTNET_VERSION: "7.0.x"

jobs:
snyk-scan:
name: snyk scan
runs-on: ubuntu-latest
permissions:
id-token: write
pull-requests: read
contents: read
deployments: write

steps:
- uses: RDXWorks-actions/checkout@main
- uses: radixdlt/public-iac-resuable-artifacts/fetch-secrets@main
Expand Down

0 comments on commit 4fda101

Please sign in to comment.