Skip to content

Commit

Permalink
Give job the required permissions to push a tag #292
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonStnn committed Aug 12, 2024
1 parent fe91ac1 commit 3a0e6fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
branches:
- main

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
permissions: write-all

steps:
- name: Checkout code
Expand Down

0 comments on commit 3a0e6fb

Please sign in to comment.