Skip to content

Commit

Permalink
update permission in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
owenowenisme committed Sep 27, 2024
1 parent 073a9f0 commit 60a885c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/backend-dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ on:
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
jobs:
ci:

permissions:
id-token: write
contents: read
packages: write
attestations: write
id-token: write
uses: ./.github/workflows/r-ci.yml
with:
isDev: true
Expand Down

0 comments on commit 60a885c

Please sign in to comment.