Commit 36077a8 Tony Worm
committed
1 parent 076c0e6 commit 36077a8 Copy full SHA for 36077a8
File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 14
14
- name : Install Go
15
15
uses : actions/setup-go@v5
16
16
with :
17
- go-version : 1.21 .x
17
+ go-version : 1.23 .x
18
18
- name : Checkout code
19
19
uses : actions/checkout@v4
20
20
- name : Setup Vars
86
86
- name : hof-in-dagger
87
87
run : go run ./test/dagger/main/hof.go
88
88
env :
89
- GITHUB_TOKEN : ${{secrets.HOF_HOMEBREW_PAT }}
89
+ GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN }}
90
90
GITLAB_TOKEN : ${{secrets.GITLAB_TOKEN}}
91
91
BITBUCKET_USERNAME : hofstadter
92
92
BITBUCKET_PASSWORD : ${{secrets.BITBUCKET_TOKEN}}
Original file line number Diff line number Diff line change @@ -227,6 +227,9 @@ Steps: {
227
227
" restore-keys " : " ${{ runner.os }}-dagger- "
228
228
}
229
229
}
230
+ env : {
231
+ GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }} "
232
+ }
230
233
}
231
234
232
235
gcloud : {
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ ghacue.#Workflow & {
58
58
name : " hof-in-dagger "
59
59
run : " go run ./test/dagger/main/hof.go "
60
60
env : {
61
- GITHUB_TOKEN : " ${{secrets.HOF_HOMEBREW_PAT }} "
61
+ GITHUB_TOKEN : " ${{secrets.GITHUB_TOKEN }} "
62
62
GITLAB_TOKEN : " ${{secrets.GITLAB_TOKEN}} "
63
63
BITBUCKET_USERNAME : " hofstadter "
64
64
BITBUCKET_PASSWORD : " ${{secrets.BITBUCKET_TOKEN}} "
You can’t perform that action at this time.
0 commit comments