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 029cabf commit bcb561dCopy full SHA for bcb561d
.github/workflows/deploy-to-artifacts.yml
@@ -30,7 +30,7 @@ jobs:
30
- id: prep
31
uses: actions/github-script@v6
32
with:
33
- github-token: ${{ secrets.ACTIVE_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
34
script: |
35
core.setOutput('sha', context.payload.inputs.merged_sha || context.payload.inputs.sha);
36
- uses: actions/checkout@v3
@@ -102,7 +102,7 @@ jobs:
102
name: changes
103
- uses: actions/github-script@v6
104
105
- github-token: ${{secrets.ACTIVE_TOKEN}}
+ github-token: ${{secrets.GITHUB_TOKEN}}
106
107
function getInputs () {
108
const { sha, merged_sha } = context.payload.inputs;
0 commit comments