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 68f1ef6 commit 1a900a2Copy full SHA for 1a900a2
1 file changed
.github/workflows/code-tag.yml
@@ -26,6 +26,7 @@ jobs:
26
contains(github.event.pull_request.labels.*.name, 'Create release'))
27
permissions:
28
contents: write
29
+ actions: write
30
runs-on: ubuntu-latest
31
steps:
32
- name: Get app token
@@ -45,7 +46,7 @@ jobs:
45
46
id: quiet
47
if: github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.event.inputs.quiet_retries != '0')
48
env:
- GH_TOKEN: ${{ steps.app-token.outputs.token }}
49
+ GH_TOKEN: ${{ github.token }}
50
QUIET_RETRIES: ${{ github.event.inputs.quiet_retries || 0 }}
51
run: |
52
RETRIES="${QUIET_RETRIES}"
0 commit comments