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 3690021 commit 8f6659dCopy full SHA for 8f6659d
.github/workflows/main.yml
@@ -12,8 +12,7 @@ on:
12
branches:
13
- master
14
release:
15
- types:
16
- - released
+ types: [published]
17
18
concurrency:
19
group: ${{ github.workflow }}-${{ github.base_ref || github.run_id }}
@@ -111,11 +110,13 @@ jobs:
111
110
needs: build
112
if: github.event_name == 'release' && needs.build.outputs.taggedbranch == 'master'
113
runs-on: ubuntu-latest
+ permissions:
114
+ contents: write
115
steps:
116
- uses: actions/checkout@v4
117
with:
118
ref: master
- token: ${{ secrets.TOKEN }}
119
+ token: ${{ secrets.GITHUB_TOKEN }}
120
- uses: actions/download-artifact@v4
121
122
name: meta
0 commit comments