We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df59fac commit e9208faCopy full SHA for e9208fa
.github/workflows/nix-build.yml
@@ -31,9 +31,11 @@ jobs:
31
- name: Check out code
32
uses: actions/checkout@v4
33
with:
34
- ref: ${{ github.event.pull_request.head.ref || github.ref }}
+ repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
35
+ ref: ${{ github.event.pull_request.head.sha || github.sha }}
36
fetch-depth: 0
37
fetch-tags: true
38
+ token: ${{ secrets.GITHUB_TOKEN }}
39
- name: aws-creds
40
uses: aws-actions/configure-aws-credentials@v4
41
@@ -80,4 +82,3 @@ jobs:
80
82
AWS_SESSION_TOKEN: ${{ env.AWS_SESSION_TOKEN }}
81
83
84
name: build psql bundle on ${{ matrix.arch }}
-
0 commit comments