Skip to content

Commit

Permalink
Add GitHub token permissions for automation tasks
Browse files Browse the repository at this point in the history
The GitHub token will be used to push packages (actually,
Docker containers) and also to create release notes on every
workflow run.
  • Loading branch information
okiedork authored and flavioheleno committed Apr 29, 2022
1 parent d79ef23 commit 409295a
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 @@ -13,6 +13,10 @@ jobs:

docker:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write

steps:

- name: Clone repository
Expand Down

0 comments on commit 409295a

Please sign in to comment.