Skip to content

Commit

Permalink
github token fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Oct 4, 2024
1 parent 470109a commit 7e6fe67
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,18 @@ env:
R2_SECRET_ACCESS_KEY: ${{ secrets.R2_SECRET_ACCESS_KEY }}
R2_API_ENDPOINT: ${{ secrets.R2_API_ENDPOINT }}

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub
permissions:
contents: write
pages: write
id-token: write

jobs:
website:
name: Website
# https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md
runs-on: ubuntu-latest

# Add "id-token" for Google Authentication
permissions:
id-token: write

steps:
- name: 🐧 Install dependencies
run: |
Expand Down

0 comments on commit 7e6fe67

Please sign in to comment.