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@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
42
+ uses : actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
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@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
21
+ uses : actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
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@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
36
+ uses : actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
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@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
46
+ uses : actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
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