Skip to content

Commit

Permalink
👷 Er det ikke "lov" å kjøre deploy-workflowen fra master?
Browse files Browse the repository at this point in the history
  • Loading branch information
havstein committed Nov 10, 2024
1 parent dd72307 commit 9a46fc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_specific_commit_to_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
name: Lag en tag
permissions:
contents: write
actions: write # For å kunne kjøre workflowen fra master-branchen
runs-on: ubuntu-latest
outputs:
tag: ${{ steps.lage-tag.outputs.tag }}
Expand Down

0 comments on commit 9a46fc9

Please sign in to comment.