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 10b105d commit c63b20eCopy full SHA for c63b20e
.github/workflows/onPush.yml
@@ -14,3 +14,6 @@ jobs:
14
permissions:
15
contents: write
16
packages: write
17
+ secrets:
18
+ SF_DEVHUB_URL: ${{ secrets.SF_DEVHUB_URL }}
19
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments