Skip to content

Commit

Permalink
GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Dec 19, 2023
1 parent fe46cb9 commit 2e09818
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ env:
RCLONE_S3_ENDPOINT: "${{ secrets.CF_ENDPOINT }}"
RCLONE_S3_PROVIDER: Cloudflare
RCLONE_S3_SECRET_ACCESS_KEY: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
permissions:
id-token: write
contents: read
jobs:
build-windows-x64-stage-1:
name: Windows Stage 1
Expand Down Expand Up @@ -228,6 +225,9 @@ jobs:
SCCACHE_BUCKET: "waterfox-cache-win-x64-stage-3"
SCCACHE_ENDPOINT: "${{ secrets.CF_ENDPOINT }}"
SCCACHE_REGION: auto
permissions:
id-token: write
contents: read
steps:
- name: Install sccache
if: ${{ inputs.TRIGGER_EVENT == 'workflow_dispatch' }}
Expand Down

0 comments on commit 2e09818

Please sign in to comment.