Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Setter permissions for docker-push
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-nom committed Oct 17, 2023
1 parent 4b72fcd commit 130e406
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/on-push-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
build-and-publish-on-master:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 130e406

Please sign in to comment.