File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
echo "MESSAGE=feat(bootstrap/flux)!: build Flux v${{ github.event.inputs.version || env.FLUX_VERSION }} localhost install manifests" >> "${GITHUB_ENV}"
40
40
41
41
- name : " Generate Short Lived OAuth App Token (ghs_*)"
42
- uses : actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
42
+ uses : actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
43
43
id : oauth-token
44
44
with :
45
45
app-id : " ${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page
Original file line number Diff line number Diff line change 18
18
resource : ["helmrelease", "kustomization"]
19
19
steps :
20
20
- name : " Generate Short Lived OAuth App Token (ghs_*)"
21
- uses : actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
21
+ uses : actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
22
22
id : oauth-token
23
23
with :
24
24
app-id : " ${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page
Original file line number Diff line number Diff line change 33
33
run : dnf install -y rpm-ostree selinux-policy selinux-policy-targeted policycoreutils podman
34
34
35
35
- name : " Generate Short Lived OAuth App Token (ghs_*)"
36
- uses : actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
36
+ uses : actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
37
37
id : oauth-token
38
38
with :
39
39
app-id : " ${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page
Original file line number Diff line number Diff line change 43
43
runs-on : ubuntu-latest
44
44
steps :
45
45
- name : " Generate Short Lived OAuth App Token (ghs_*)"
46
- uses : actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
46
+ uses : actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
47
47
id : oauth-token
48
48
with :
49
49
app-id : " ${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page
You can’t perform that action at this time.
0 commit comments