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 60514f4 commit 933b9c0Copy full SHA for 933b9c0
.github/workflows/buildAndPublish.yml
@@ -4,8 +4,6 @@ on:
4
secrets:
5
SF_DEVHUB_URL:
6
required: true
7
- GITHUB_TOKEN:
8
- required: true
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref }}
11
cancel-in-progress: true
.github/workflows/onPush.yml
@@ -16,4 +16,3 @@ jobs:
16
packages: write
17
18
SF_DEVHUB_URL: ${{ secrets.SF_DEVHUB_URL }}
19
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments