Skip to content

Commit

Permalink
fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
anismoula123 committed Aug 18, 2023
1 parent ee24006 commit 162d5af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
build-docker-image:
name: "Build image job"
runs-on: [self-hosted, linux, x64]
permissions:
id-token: write
contents: write

steps:
- name: Output variables
id: vars
Expand Down

0 comments on commit 162d5af

Please sign in to comment.