Skip to content

Commit

Permalink
Merge pull request #12 from The-Nefarious-Developer/pipeline
Browse files Browse the repository at this point in the history
Fix GitHub Bot permissions
  • Loading branch information
NickChecan authored Oct 18, 2024
2 parents 27aeb8b + b6a5c64 commit 4a987ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches:
- main

permissions:
contents: write # Ensure the GitHub Actions bot has write access

jobs:
deploy:
if: ${{ github.ref == 'refs/heads/main' }}
Expand All @@ -34,6 +31,8 @@ jobs:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
needs: deploy
permissions:
contents: write
steps:

- name: Checkout
Expand Down

0 comments on commit 4a987ee

Please sign in to comment.