Skip to content

Commit

Permalink
Update permissions in example-build-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndaAndaman committed Sep 20, 2024
1 parent b400e17 commit b3c9c38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/example-build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- example/pipeline-anda # or specify any branch you want to trigger this workflow on

permissions:
id-token: write
contents: read

jobs:
build-and-push:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b3c9c38

Please sign in to comment.