Skip to content

Commit

Permalink
ci: id-token write application packages (#2923)
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
  • Loading branch information
AustinAbro321 authored Aug 22, 2024
1 parent db13db9 commit 72e8334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-application-packages.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Zarf Application Package Publishing

permissions:
id-token: write
contents: read

on:
Expand All @@ -11,6 +10,7 @@ jobs:
publish-packages:
runs-on: ubuntu-latest
permissions:
id-token: write
packages: write
steps:
- name: "Checkout Repo"
Expand Down

0 comments on commit 72e8334

Please sign in to comment.