Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matrix #96

Merged
merged 21 commits into from
Nov 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
arg, you can't parameterize the permissions
  • Loading branch information
grahamc committed Nov 6, 2024
commit c630fc61bc45079b2b28b874a2a3cc279e160a12
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ jobs:
name: "Run ${{ matrix.systems.nix-system }}"
runs-on: "${{ matrix.systems.runner }}"
permissions:
id-token: "${{ matrix.id-token }}"
id-token: "write"
contents: "read"
env:
ACTIONS_STEP_DEBUG: true
@@ -103,6 +103,11 @@ jobs:
flakehub: true
extra-conf: |
narinfo-cache-negative-ttl = 0
- name: Bust up the identity token
if: ${{ matrix.id-token == 'none' }}
run: |
echo "ACTIONS_ID_TOKEN_REQUEST_URL=" >> $GITHUB_ENV
echo "ACTIONS_ID_TOKEN_REQUEST_TOKEN=" >> $GITHUB_ENV
- name: Cache the store
uses: ./
with: