Skip to content

Commit

Permalink
Explicitly set token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikery committed Mar 5, 2024
1 parent c7e393f commit 96d73ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
tagged-release:
name: Tagged Release
runs-on: "ubuntu-latest"

permissions:
packages: write
contents: read
steps:
- uses: actions/checkout@v2
- name: Set up Docker Buildx
Expand Down

0 comments on commit 96d73ab

Please sign in to comment.