Skip to content

Commit

Permalink
silly
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol committed Nov 18, 2024
1 parent 9595a02 commit 7b0769c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
pages: write
id-token: write

jobs:
build:
name: Build Scramjet
Expand Down Expand Up @@ -129,6 +124,7 @@ jobs:
name: Upload to Github Pages
runs-on: ubuntu-latest
needs: [build, tests]
permissions: write-all
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout code
Expand Down

0 comments on commit 7b0769c

Please sign in to comment.