We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3321d5e commit a55ae6fCopy full SHA for a55ae6f
1 file changed
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
# tem como usar secrets como valor, env e files
96
#github_token=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
97
secrets: |
98
- github_token=${{ secrets.GITHUB_TOKEN }}
+ github_token=${{ secrets.MY_GITHUB_TOKEN }}
99
100
101
- name: Up containers
0 commit comments