Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelPawelec-RDX committed Feb 1, 2024
2 parents aade6fc + 4fda101 commit 355311c
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 355311c

Please sign in to comment.