File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1414
1515 permissions :
1616 contents : write
17+ id-token : write
1718
1819 steps :
1920 - uses : actions/checkout@v2
5354 if : steps.lint-and-test.outcome == 'success'
5455 id : push-to-branch
5556 run : |
56- echo "Data changes have occured , committing to main"
57+ echo "Data changes have occurred , committing to main"
5758 git config --global user.name 'github-actions[bot]'
5859 git config --global user.email 'github-actions[bot]@users.noreply.github.com'
5960 git add .
8081 npm publish --provenance --access public
8182 env :
8283 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
83-
84- permissions :
85- id-token : write
Original file line number Diff line number Diff line change 88env :
99 package_dir : " /"
1010
11- # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
12- permissions :
13- contents : read
14- pages : write
15- id-token : write
16-
1711concurrency :
1812 group : " pages"
1913 cancel-in-progress : false
2418
2519 permissions :
2620 contents : write
21+ pages : write
22+ id-token : write
2723
2824 steps :
2925 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments