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 80de2aa commit a13e813Copy full SHA for a13e813
.github/workflows/CI.yml
@@ -4,9 +4,6 @@ env:
4
APP_NAME: package-template
5
MACOSX_DEPLOYMENT_TARGET: '10.13'
6
CARGO_INCREMENTAL: '1'
7
-permissions:
8
- contents: write
9
- id-token: write
10
'on':
11
push:
12
branches:
@@ -339,6 +336,9 @@ jobs:
339
336
publish:
340
337
name: Publish
341
338
runs-on: ubuntu-latest
+ permissions:
+ contents: write
+ id-token: write
342
needs:
343
- lint
344
- build-freebsd
0 commit comments